3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A translate transform moves an object along the x , y , and z axes by the values specified by its translation vector. Thus, the transform Translate ( i j k ) moves each point P = <P x , P y , P z > in its scope to the point P' = <P x + i , P y + j , P z + k >.
Previous | QD3D Book | Overview | Chapter Contents | Next |